home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TIMPORTFORM / TIMPORTFORM.txt
Encoding:
Text File  |  1999-10-16  |  4.2 KB  |  223 lines

  1. object ImportForm: TImportForm
  2.   Left = 192
  3.   Top = 128
  4.   BorderStyle = bsDialog
  5.   Caption = 'Digital Data Import'
  6.   ClientHeight = 201
  7.   ClientWidth = 429
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 188
  21.     Top = 169
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object Button2: TButton
  30.     Left = 268
  31.     Top = 169
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object Button3: TButton
  40.     Left = 348
  41.     Top = 169
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&Help'
  45.     TabOrder = 2
  46.     OnClick = Button3Click
  47.   end
  48.   object GroupBox1: TGroupBox
  49.     Left = 184
  50.     Top = 8
  51.     Width = 241
  52.     Height = 81
  53.     Caption = 'Sample Size'
  54.     TabOrder = 3
  55.     object Label2: TLabel
  56.       Left = 64
  57.       Top = 32
  58.       Width = 111
  59.       Height = 13
  60.       Caption = 'Start from X offset in file'
  61.     end
  62.     object Label3: TLabel
  63.       Left = 64
  64.       Top = 56
  65.       Width = 111
  66.       Height = 13
  67.       Caption = 'Start from Y offset in file'
  68.     end
  69.     object XOffsetSpin: TSpinEdit
  70.       Left = 8
  71.       Top = 24
  72.       Width = 49
  73.       Height = 22
  74.       MaxValue = 99999
  75.       MinValue = 0
  76.       TabOrder = 0
  77.       Value = 0
  78.     end
  79.     object YOffsetSpin: TSpinEdit
  80.       Left = 8
  81.       Top = 48
  82.       Width = 49
  83.       Height = 22
  84.       MaxValue = 99999
  85.       MinValue = 0
  86.       TabOrder = 1
  87.       Value = 0
  88.     end
  89.   end
  90.   object GroupBox2: TGroupBox
  91.     Left = 8
  92.     Top = 8
  93.     Width = 169
  94.     Height = 185
  95.     Caption = 'Options'
  96.     TabOrder = 4
  97.     object OriginXLabel: TLabel
  98.       Left = 64
  99.       Top = 64
  100.       Width = 91
  101.       Height = 13
  102.       Caption = 'Origin X Coordinate'
  103.     end
  104.     object OriginYLabel: TLabel
  105.       Left = 64
  106.       Top = 88
  107.       Width = 91
  108.       Height = 13
  109.       Caption = 'Origin Y Coordinate'
  110.     end
  111.     object DefaultHeightLabel: TLabel
  112.       Left = 64
  113.       Top = 160
  114.       Width = 66
  115.       Height = 13
  116.       Caption = 'Default height'
  117.     end
  118.     object AutoSizeRadio: TRadioButton
  119.       Left = 8
  120.       Top = 16
  121.       Width = 145
  122.       Height = 17
  123.       Caption = 'Create auto-sized map'
  124.       Checked = True
  125.       TabOrder = 0
  126.       TabStop = True
  127.       OnClick = AutoSizeRadioClick
  128.     end
  129.     object LoadRadio: TRadioButton
  130.       Left = 8
  131.       Top = 32
  132.       Width = 145
  133.       Height = 17
  134.       Caption = 'Load into current map'
  135.       TabOrder = 1
  136.       OnClick = LoadRadioClick
  137.     end
  138.     object XOriginSpin: TSpinEdit
  139.       Left = 8
  140.       Top = 56
  141.       Width = 49
  142.       Height = 22
  143.       MaxValue = 99999
  144.       MinValue = 0
  145.       TabOrder = 2
  146.       Value = 0
  147.     end
  148.     object YOriginSpin: TSpinEdit
  149.       Left = 8
  150.       Top = 80
  151.       Width = 49
  152.       Height = 22
  153.       MaxValue = 99999
  154.       MinValue = 0
  155.       TabOrder = 3
  156.       Value = 0
  157.     end
  158.     object DefaultSpin: TSpinEdit
  159.       Left = 8
  160.       Top = 152
  161.       Width = 49
  162.       Height = 22
  163.       MaxValue = 0
  164.       MinValue = 0
  165.       TabOrder = 4
  166.       Value = 0
  167.     end
  168.     object OverwriteCheck: TCheckBox
  169.       Left = 8
  170.       Top = 112
  171.       Width = 153
  172.       Height = 17
  173.       Caption = 'Overwrite existing data'
  174.       Checked = True
  175.       State = cbChecked
  176.       TabOrder = 5
  177.     end
  178.     object NullCheck: TCheckBox
  179.       Left = 8
  180.       Top = 136
  181.       Width = 145
  182.       Height = 17
  183.       Caption = 'Use Null as default height'
  184.       Checked = True
  185.       State = cbChecked
  186.       TabOrder = 6
  187.       OnClick = NullCheckClick
  188.     end
  189.   end
  190.   object GroupBox3: TGroupBox
  191.     Left = 184
  192.     Top = 96
  193.     Width = 241
  194.     Height = 57
  195.     Caption = 'Sampling Frequency'
  196.     TabOrder = 5
  197.     object Label1: TLabel
  198.       Left = 8
  199.       Top = 32
  200.       Width = 76
  201.       Height = 13
  202.       Caption = 'Sample at every'
  203.     end
  204.     object points: TLabel
  205.       Left = 144
  206.       Top = 32
  207.       Width = 28
  208.       Height = 13
  209.       Caption = 'points'
  210.     end
  211.     object SampleSpin: TSpinEdit
  212.       Left = 96
  213.       Top = 24
  214.       Width = 41
  215.       Height = 22
  216.       MaxValue = 10
  217.       MinValue = 1
  218.       TabOrder = 0
  219.       Value = 1
  220.     end
  221.   end
  222. end
  223.